home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-serious-
/
programming
/
other
/
tandem
/
teaching
/
3.asm
< prev
next >
Wrap
Assembly Source File
|
1999-09-06
|
168b
|
10 lines
* 3.asm demonstrate the MOVE opcode version 0.00 1.9.97
MOVE.L #$22222222,D0
MOVE.W #$3333,D0
MOVE.B #$AA,D0
MOVE.L D0,D1
MOVE.L #4,A0
MOVE.L 4,A0
RTS